home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 6
/
CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso
/
cucd
/
prog
/
blitzfaq
/
faqlists
/
conwindow.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-05
|
191 b
|
13 lines
; open a CON: window
If OpenFile(0,"CON:0/0/100/100")
; Window opened, direct output to it
FileOutput 0
For a.w = 0 To 1000
NPrint a
Next a
; Close Window
CloseFile 0
EndIf